projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdfa6ea
)
* menu.c: Include limits.h (fixes the MS-Windows build broken by
author
Christoph Scholtes
<cschol2112@gmail.com>
Wed, 18 May 2011 03:00:08 +0000
(21:00 -0600)
committer
Christoph Scholtes
<cschol2112@gmail.com>
Wed, 18 May 2011 03:00:08 +0000
(21:00 -0600)
revision 2011-05-18T00:52:24Z!eggert@cs.ucla.edu).
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 227da56a250dcb0ccde02b13b3c6a0cc5222702b..643317e9fa3ae076d4bbcd7ae64aec562ecbdbbd 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,8
@@
+2011-05-18 Christoph Scholtes <cschol2112@googlemail.com>
+
+ * menu.c: Include limits.h (fixes the MS-Windows build broken by
+ revision 104625).
+
2011-05-18 Paul Eggert <eggert@cs.ucla.edu>
Fix some integer overflow issues, such as string length overflow.